home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Concepts / card_7270.txt < prev    next >
Text File  |  1990-04-02  |  6KB  |  281 lines

  1. -- card: 7270 from stack: in
  2. -- bmap block id: 3736
  3. -- flags: 4000
  4. -- background id: 2601
  5. -- name: Concepts Top Card
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global showState
  9.   put empty into showState
  10.   set hilite of background button "Scan. Concepts" to true
  11.   set hilite of background button "How It Works" to false
  12.   set hilite of background button "The System" to false
  13.   set hilite of background button "File Formats" to false
  14. end openCard
  15.  
  16.  
  17.  
  18.  
  19. -- part 55 (field)
  20. -- low flags: 01
  21. -- high flags: 0000
  22. -- rect: left=82 top=270 right=301 bottom=399
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 0
  26. -- font id: 3
  27. -- text size: 9
  28. -- style flags: 0
  29. -- line height: 12
  30. -- part name: Message Center
  31.  
  32.  
  33. -- part 56 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=451 top=3 right=42 bottom=491
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1004 / 1004
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: 
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   play harpsichord a4
  48.   global search
  49.   answer "Type of Search?" with "Browse" or "Automatic" or "Cancel"
  50.   if it is "Browse" then
  51.     visual wipe up slowly
  52.     go to card "Glossary" of stack "Glossary"
  53.   end if
  54.   if it is "Automatic" then
  55.     ask "Find Word?"
  56.     put it into search
  57.     if search is empty then
  58.       exit mouseUp
  59.     else
  60.       visual wipe up slowly
  61.       put "find search" into message box
  62.       hide message
  63.       go to card "Glossary" of stack "Glossary"
  64.       find word search in field "Text"
  65.       if the result is "not found" then
  66.         answer "Word not found." with "OK"
  67.         exit mouseUp
  68.       else
  69.         show card field id 13
  70.         wait 4 seconds
  71.         hide card field id 13
  72.       end if
  73.     end if
  74.   end if
  75. end mouseUp
  76.  
  77.  
  78. -- part 57 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=402 top=3 right=42 bottom=438
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 1008 / 1008
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: 
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   doMenu "Print Card"
  93. end  mouseUp
  94.  
  95.  
  96.  
  97.  
  98.  
  99. -- part 60 (button)
  100. -- low flags: 00
  101. -- high flags: 0000
  102. -- rect: left=206 top=88 right=103 bottom=271
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Line Art
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   visual zoom out slow to card
  114.   go to card id 7042
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 61 (button)
  120. -- low flags: 00
  121. -- high flags: 0000
  122. -- rect: left=283 top=88 right=103 bottom=349
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: Halftone
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   visual zoom out slow to card
  134.   go to card id 4503
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 62 (button)
  140. -- low flags: 00
  141. -- high flags: 0000
  142. -- rect: left=361 top=88 right=106 bottom=435
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: Grayscale
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   visual zoom out slow to card
  154.   go to card id 5548
  155. end mouseUp
  156.  
  157.  
  158.  
  159. -- part 63 (button)
  160. -- low flags: 00
  161. -- high flags: 0000
  162. -- rect: left=52 top=109 right=127 bottom=131
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 0 / 0
  165. -- text alignment: 1
  166. -- font id: 0
  167. -- text size: 12
  168. -- style flags: 0
  169. -- line height: 16
  170. -- part name: Threshold
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   visual zoom out slow to card
  174.   go to card id 2325
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 64 (button)
  180. -- low flags: 00
  181. -- high flags: 0000
  182. -- rect: left=52 top=134 right=152 bottom=214
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: Contrast & Brightness
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   visual zoom out slow to card
  194.   go to card id 5205
  195. end mouseUp
  196.  
  197.  
  198.  
  199. -- part 65 (button)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=52 top=156 right=174 bottom=183
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 1
  206. -- font id: 0
  207. -- text size: 12
  208. -- style flags: 0
  209. -- line height: 16
  210. -- part name: Halftone Pattern
  211. ----- HyperTalk script -----
  212. on mouseUp
  213.   visual zoom out slow to card
  214.   go to card id 2209
  215. end mouseUp
  216.  
  217.  
  218.  
  219. -- part 66 (button)
  220. -- low flags: 00
  221. -- high flags: 0000
  222. -- rect: left=52 top=180 right=198 bottom=120
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 0 / 0
  225. -- text alignment: 1
  226. -- font id: 0
  227. -- text size: 12
  228. -- style flags: 0
  229. -- line height: 16
  230. -- part name: Graymap
  231. ----- HyperTalk script -----
  232. on mouseUp
  233.   visual zoom out slow to card
  234.   go to card id 6658
  235. end mouseUp
  236.  
  237.  
  238.  
  239. -- part 67 (button)
  240. -- low flags: 00
  241. -- high flags: 0000
  242. -- rect: left=52 top=205 right=223 bottom=136
  243. -- title width / last selected line: 0
  244. -- icon id / first selected line: 0 / 0
  245. -- text alignment: 1
  246. -- font id: 0
  247. -- text size: 12
  248. -- style flags: 0
  249. -- line height: 16
  250. -- part name: Resolution
  251. ----- HyperTalk script -----
  252. on mouseUp
  253.   visual zoom out slow to card
  254.   go to card id 8175
  255. end mouseUp
  256.  
  257.  
  258.  
  259. -- part 68 (button)
  260. -- low flags: 00
  261. -- high flags: 0000
  262. -- rect: left=52 top=226 right=244 bottom=168
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 1
  266. -- font id: 0
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: Reduce/Enlarge
  271. ----- HyperTalk script -----
  272. on mouseUp
  273.   visual zoom out slow to card
  274.   go to card id 8465
  275. end mouseUp
  276.  
  277.  
  278.  
  279. -- part contents for card part 55
  280. ----- text -----
  281. This matrix shows which setting can be used with which composition type.  Please click on the desired topic for a description.